home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Business Master (4th Edition)
/
The Business Master - 4th Edition.iso
/
files
/
utilfile
/
incommnd
/
install.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1993-01-11
|
261 b
|
18 lines
@echo off
if exist incomand.exe goto OK
echo To install, type
echo A: (or your drive letter)
echo INSTALL
goto exit
:OK
echo Creating C:\IL\ ....
MD c:\il
echo Copying ....
copy/v incomand.exe c:\il
c:
cd \il
incomand
install
:exit